Next | Prev | Up | Top | Contents | Index

Poll Entry Point

The pfxpoll() entry point is called by the kernel when a user process calls the poll() or select() system function asking for status on a character special device. To implement it, you need to understand the IRIX implementation of poll().


Use and Operation of poll(2)
Entry Point poll()

Next | Prev | Up | Top | Contents | Index